home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo Here is a listing of executable files other than EXE's and COM's. It uses
- echo text searching.
- call presskey
- ::
- :: This does a case-sensitive search of the first 2 bytes of all files except
- :: COM and EXE's "MZ", the executable file signature:
- ::
- echo on
- ffg /p *:* /x*.[com,exe] /$=c=#2MZ
-